Release 10.1A: OpenEdge Development:
Progress Dynamics Web Development Guide
Unicode UTF-8 support
To allow language translation of labels for UI objects like buttons, menu items, and tabs, the default HTML page supports Unicode UTF–8 encoding. UTF-8 is enabled in the
.htmfiles within the opening XML declaration:
To enable UTF-8 encoding, you must also:
- Specify the
encodingattribute asUTF-8on the application tag in thedefault.htmfile. For example:
This markup ensures that all returned pages have
encoding="UTF-8"set in their XML declarations.- Set the Progress Dynamics WebSpeed Agent’s
-cpinternalstartup parameter appropriately. For more information on agent configuration and startup, see OpenEdge Application Server: Administration .See OpenEdge Development: Internationalizing Applications for more information about Unicode and UTF-8 encoding.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |